projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5a3e95
)
bindings: Partially update to using GdkEvent API
author
Carlos Garnacho
<carlosg@gnome.org>
Fri, 25 Aug 2017 14:58:33 +0000
(16:58 +0200)
committer
Carlos Garnacho
<carlosg@gnome.org>
Tue, 19 Sep 2017 16:39:02 +0000
(18:39 +0200)
gtk/gtkbindings.c
patch
|
blob
|
history
diff --git
a/gtk/gtkbindings.c
b/gtk/gtkbindings.c
index d8084c1c800a40769f0f7ad29b28653ebf8740f9..165f82b28b5af4cc768d60d28b694760e0f94149 100644
(file)
--- a/
gtk/gtkbindings.c
+++ b/
gtk/gtkbindings.c
@@
-1594,7
+1594,7
@@
gtk_bindings_activate_event (GObject *object,
event->group);
handled = gtk_bindings_activate_list (object, entries,
-
event->type
== GDK_KEY_RELEASE);
+
gdk_event_get_event_type ((GdkEvent *) event)
== GDK_KEY_RELEASE);
g_slist_free (entries);